<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

* {
	margin: 0;
	padding: 0
}

html {
	overflow-x: hidden;
	font-size: 13.3333333333vw
}

.zise {
	color: #a30528 !important;
}

body {
	width: 100%;
	min-width: 320px;
	min-height: 100vh;
	margin: 0 auto;
	font-family: PingFang SC, Hiragino Sans GB, Microsoft YaHei UI, Microsoft YaHei, Source Han Sans CN, sans-serif;
	background: #fff;
	overflow-x: hidden;
	text-align: left;
	position: relative;
	font-size: 16px;
	color: #000
}

img {
	border: none
}

h1,
h2,
h3 {
	font-weight: 400
}

a {
	color: inherit;
	text-decoration: none;
	-webkit-tap-highlight-color: transparent;
	-webkit-tap-highlight-color: transparent;
	outline: none；
}

input,
select,
textarea {
	font-family: PingFang SC, Hiragino Sans GB, Microsoft YaHei UI, Microsoft YaHei, Source Han Sans CN, sans-serif;
	font-size: 16px;
	outline: 0;
	margin: 0;
	padding: 0
}

input::-webkit-input-placeholder {
	color: #999 !important
}

textarea::-webkit-input-placeholder {
	color: #999 !important
}

input[type=button],
input[type=date],
input[type=number],
input[type=reset],
input[type=search],
input[type=submit],
input[type=text],
input[type=time] {
	-webkit-appearance: none
}

select {
	-webkit-appearance: none
}

textarea {
	-webkit-appearance: none
}

input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
	-webkit-appearance: none !important;
	margin: 0
}

ol,
ul {
	padding: 0;
	list-style-type: none
}

em {
	font-style: normal
}

.lt {
	float: left
}

.rt {
	float: right
}

input.sub,
label {
	border: none;
	cursor: pointer
}

input,
textarea {
	font-family: PingFang SC, Hiragino Sans GB, Microsoft YaHei UI, Microsoft YaHei, Source Han Sans CN, sans-serif;
	outline: 0;
	margin: 0;
	padding: 0
}

table {
	border-collapse: collapse
}

td,
th {
	padding: 0
}

.clearfix::after {
	content: "";
	display: block;
	clear: both
}

* {
	box-sizing: border-box
}

.fixed:before,
.clearfix:before,
.cf:before,
body:before,
.header:before,
.main:before,
.footer:before {
	content: '';
	display: table
}

.fixed:after,
.clearfix:after,
.cf:after,
.header:after,
.main:after,
.footer:after {
	content: '';
	display: table;
	clear: both;
}

.fixed,
.clearfix,
.cf,
.header,
.main,
.footer {
	*zoom: 1
}

.clear {
	clear: both;
}

.wrap {
	width: 100%;
	position: relative;
	max-width: 1580px;
	margin: 0 auto
}

.wrap::after {
	content: "";
	display: block;
	clear: both
}


/*header*/
.header {
	transition: all .3s;
	height: auto;
	position: relative;
}

.header * {
	transition: all .3s
}

.header .main {
	height: 100%
}

.header .h-top {
	height: auto;
}

.header .logo {
	float: left;
	width: auto;
	height: auto;
	overflow: hidden;
	line-height: 120px;
}

.header .logo a {
	display: block;
}

.header .logo img {
	max-width: 100%;
	max-height: 100%;
	vertical-align: middle;
	margin-right: 20px;
}

.header .h-biaoyu {
	float: left;
	position: relative;
	padding-left: 34px;
}

.header .h-biaoyu:after {
	content: "";
	position: absolute;
	left: 0;
	top: 30px;
	width: 1px;
	height: 75px;
	background-color: #eeeeee;
}

.header .h-biaoyu .tit {
	color: #333333;
	font-size: 30px;
	line-height: 1;
	font-weight: bold;
	margin-top: 35px;
}

.header .h-biaoyu .des {
	color: #999999;
	font-size: 16px;
	line-height: 1;
	margin-top: 16px;
}

.header .h-tel {
	float: right;
	height: 75px;
	background: url(../images/h-tel.png) no-repeat;
	background-position: 19px 12px;
	padding: 0 0px 0 80px;
	margin: 20px 12px 0 0;
}

.header .h-tel .tit {
	color: #666666;
	font-size: 14px;
	line-height: 1;
	margin-top: 15px;
}

.header .h-tel .des {
	color: #111;
	font-size: 22px;
	font-weight: bold;
	margin-top: 15px;
	line-height: 24px;
}

.header .h-right {
	float: right;
	margin-top: 35px;
}

.header .h-right ul li {
	float: left;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: #a30528;
	font-size: 0;
	margin-left: 20px;
	cursor: pointer;
}

.header .h-right ul li a {
	display: block;
	width: 50px;
	height: 50px;
}

.header .h-right ul li.h-wechat {
	background: #081973 url(../images/h-wechat.png) no-repeat center center;
	position: relative;
}

.header .h-right ul li.h-wechat .h-wechat-pic {
	display: none;
	position: absolute;
	top: -41px;
	left: -140px;
}

.header .h-right ul li.h-wechat .h-wechat-pic img {
	width: 120px;
	height: 120px;
	border: #dddddd solid 1px;
}

.header .h-right ul li.h-wechat:hover .h-wechat-pic {
	display: block;
	animation: fadeInRight .3s linear;
}

.header .h-right ul li.h-qq {
	background: #a30528 url(../images/h-qq.png) no-repeat center center;
}

.header .nav {
	background: #081973;
	height: 54px;
}

.header .nav ul li {
	float: left;
	width: 14.28%;
	text-align: center;
	color: #ffffff;
	font-size: 18px;
	line-height: 54px;
	position: relative;
}

.header .nav ul li:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 1px;
	height: 54px;
	background-color: #eee;
}

.header .nav ul li:first-child:after {
	display: none;
}

.header .nav ul li a {
	color: #ffffff;
	display: block;
}

.header .nav ul li:hover {
	background: #a30528;
}

.header .nav ul li.active {
	background: #a30528;
}

.nav_btn {
	display: none
}

.f_nav {
	display: none
}

/*banner*/
.banner {
	width: 100%;
}

.banner .swiper-container {
	width: 100%;
	height: 100%
}

.banner .swiper-slide {
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center
}

/* .banner .swiper-button-next {
	opacity: 0.4;
	outline: none;
}

.banner .swiper-button-prev {
	opacity: 0.4;
	outline: none;
}

.banner .swiper-button-next:hover {
	opacity: 0.8;
}

.banner .swiper-button-prev:hover {
	opacity: 0.8;
} */

.banner .swiper-slide a {
	display: block;
	width: 100%;
}

.banner .swiper-slide img {
	width: 100%;
}

.banner i {
	font-weight: 600;
	font-size: 46px;
	color: #a30528 !important;
}


/*i-pro*/
.i-pro {
	background: url(../images/product_bj.jpg) no-repeat center;
	background-size: cover;
	padding: 100px 0 80px;
}

.i-pro-tit {
	color: #4a4a4a;
	font-size: 40px;
	line-height: 1;
	font-weight: bold;
	text-align: center;
	letter-spacing: 2px;
}

.i-pro-cata {
	min-height: 60px;
	background-color: #ffffff;
	margin-top: 30px;
	text-align: center;
}

.i-pro-cata ul {
	display: inline-block;
}

.i-pro-cata ul li {
	float: left;
	color: #333333;
	font-size: 18px;
	line-height: 60px;
	margin: 0 25px;
}

.i-pro-cata ul li a {
	color: #333333;
}

.i-pro-cata ul li a:hover {
	color: #a30528;
	font-weight: bold;
}

.i-pro-cata ul li.active a {
	color: #a30528;
	font-weight: bold;
}

.i-pro-cata ul li:first-child {
	background: url(../images/pro-cata.png) no-repeat left center;
	padding-left: 50px;
}

.i-pro-cata ul li.active a {
	color: #a30528;
	font-weight: bold;
}

.i-pro-list {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 30px;
}

.i-pro-list ul li {
	float: left;
	background-color: #FFF;
	width: 24%;
	height: auto;
	position: relative;
	overflow: hidden;
	margin-bottom: 1%;
	margin-right: 1%;
}

.i-pro-list ul li:after {
	content: "";
	position: absolute;
	right: 30px;
	bottom: 30px;
	width: 24px;
	height: 24px;
	background: url(../images/pro-more.png) no-repeat;
}

.i-pro-list ul li:nth-child(4n+4) {
	margin-right: 0;
}

.i-pro-list ul li .pic {
	width: 100%;
	height: auto;
	overflow: hidden;
	text-align: center;
}

.i-pro-list ul li .pic img {
	max-width: 100%;
	height: 300px;
	vertical-align: middle;
	border: 10px solid #fff;
	border-bottom: 0;
}

.i-pro-list ul li .tit {
	height: 85px;
	line-height: 85px;
	color: #666666;
	font-size: 16px;
	padding: 0 32px;
	border-top: 1px solid #fff;
}

.i-pro-list ul li .con {
	position: absolute;
	bottom: -85px;
	left: 0;
	width: 100%;
	height: 85px;
	background: #a30528;
	transition: 0.5s;
}

.i-pro-list ul li .con .con-tit {
	color: #ffffff;
	font-size: 16px;
	line-height: 64px;
	height: 64px;
	overflow: hidden;
	font-weight: bold;
	position: relative;
	padding: 6px 32px 0 32px;
}

.i-pro-list ul li .con .con-tit:after {
	content: "";
	position: absolute;
	left: 32px;
	bottom: 0;
	width: 51px;
	height: 4px;
	background-color: #ffffff;
}

.i-pro-list ul li .con .con-des {
	color: #ffffff;
	font-size: 14px;
	line-height: 23px;
	height: 69px;
	overflow: hidden;
	margin-top: 22px;
	padding: 0 32px;
}

.i-pro-list ul li:hover:after {
	background: url(../images/pro-more2.png) no-repeat;
}

.i-pro-list ul li:hover .con {
	bottom: 0;
	transition: 0.5s;
}

/*i-youshi*/
.i-youshi {
	padding-bottom: 60px;
}

.i-youshi-top {
	height: auto;
}

.iyt-left {
	float: left;
	width: 500px;
}

.iyt-left .tit {
	color: #494949;
	font-size: 40px;
	line-height: 1;
	font-weight: bold;
	margin-top: 75px;
	letter-spacing: 2px;
}

.iyt-left .des {
	color: #999999;
	font-size: 16px;
	line-height: 1;
	margin-top: 24px;
}

.iyt-right {
	float: right;
	width: 1110px;
	margin-top: 78px;
}

.iyt-right ul li {
	float: left;
	width: 33.33%;
	height: 126px;
	border: #dddddd solid 1px;
	border-bottom: none;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

.iyt-right ul li .nob {
	display: inline-block;
	width: 42px;
	height: 42px;
	background: #a30528;
	border-radius: 50%;
	text-align: center;
	color: #ffffff;
	font-size: 18px;
	line-height: 42px;
	font-weight: bold;
}

.iyt-right ul li .tit {
	display: inline-block;
	color: #333333;
	font-size: 18px;
	line-height: 42px;
	margin-left: 22px;
}

.iyt-right ul li.active {
	border: #a30528 solid 2px;
	border-bottom: none;
}

.i-youshi-bot {
	height: auto;
}

.i-youshi-li {
	height: 515px;
	position: relative;
}

.i-youshi-li .pic {
	width: 100%;
	height: 515px;
}

.i-youshi-li .pic img {
	width: 100%;
	height: 515px;
}

.i-youshi-li .con {
	position: absolute;
	left: 50%;
	margin-left: -620px;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.7);
	width: 1240px;
	height: 120px;
}

.i-youshi-li .con .con-pic {
	float: left;
	margin-left: 60px;
	width: 64px;
	height: 53px;
	overflow: hidden;
	margin-top: 33px;
}

.i-youshi-li .con .con-pic img {
	max-width: 100%;
	max-height: 100%;
	vertical-align: middle;
}

.i-youshi-li .con .con-con {
	float: left;
	padding-top: 33px;
	margin-left: 42px;
	padding-left: 47px;
	width: 940px;
	position: relative;
}

.i-youshi-li .con .con-con:after {
	content: "";
	position: absolute;
	left: 0;
	top: 33px;
	width: 2px;
	height: 52px;
	background-color: rgba(255, 255, 255, 0.2);
}

.i-youshi-li .con .con-con .tit {
	color: #ffffff;
	font-size: 18px;
	line-height: 30px;
	font-weight: bold;
	height: 30px;
	overflow: hidden;
}

.i-youshi-li .con .con-con .des {
	color: #ffffff;
	font-size: 14px;
	line-height: 24px;
	height: 24px;
	overflow: hidden;
}

/*i-fuwu*/
.i-fuwu {
	height: 288px;
	background: #333235 url(../images/fuwu-bg.jpg) no-repeat top center;
	background-size: 100% 100%;
}

.i-fuwu-left {
	float: left;
	width: 100%;
}

.i-fuwu-left .fuwu-tit {
	color: #ffffff;
	font-size: 40px;
	line-height: 1;
	font-weight: bold;
	padding-top: 80px;
	letter-spacing: 1px;
	text-align: center;
}

.i-fuwu-left .fuwu-tel {
	background: url(../images/h-tel1.png) no-repeat left center;
	padding-left: 60px;
	width: 260px;
	height: 50px;
	overflow: hidden;
	margin: 0px auto;
	margin-top: 40px;
}

.i-fuwu-left .fuwu-tel .tit {
	color: #ffffff;
	font-size: 16px;
	line-height: 1;
}

.i-fuwu-left .fuwu-tel .des {
	color: #ffffff;
	font-size: 24px;
	line-height: 1;
	font-weight: bold;
	margin-top: 7px;
}

.i-fuwu-right {
	float: right;
	width: 880px;
}

.i-fuwu-right ul li {
	float: left;
	margin-top: 78px;
	width: 200px;
	margin-left: 20px;
	text-align: center;
	position: relative;
}

.i-fuwu-right ul li:after {
	content: "";
	position: absolute;
	left: -20px;
	top: 37px;
	width: 20px;
	height: 23px;
	background: url(../images/jiantou.png) no-repeat;
}

.i-fuwu-right ul li:first-child:after {
	display: none;
}

.i-fuwu-right ul li .pic {
	width: 91px;
	height: 91px;
	margin: 0 auto;
	background-color: #FFF;
	border-radius: 50%;
	border: #564d4d solid 7px;
}

.i-fuwu-right ul li .tit {
	color: #ffffff;
	font-size: 14px;
	line-height: 1;
	margin-top: 25px;
}

.i-fuwu-right ul li:hover .pic {
	background: #a30528;
	animation: flipInY .3s linear;
}

.i-fuwu-right ul li:first-child .pic {
	background: #FFF url(../images/fuwu-icon1.png) no-repeat center center;
}

.i-fuwu-right ul li:first-child+li .pic {
	background: #FFF url(../images/fuwu-icon2.png) no-repeat center center;
}

.i-fuwu-right ul li:first-child+li+li .pic {
	background: #FFF url(../images/fuwu-icon3.png) no-repeat center center;
}

.i-fuwu-right ul li:first-child+li+li+li .pic {
	background: #FFF url(../images/fuwu-icon4.png) no-repeat center center;
}

.i-fuwu-right ul li:first-child:hover .pic {
	background: #a30528 url(../images/fuwu-icon12.png) no-repeat center center;
}

.i-fuwu-right ul li:first-child+li:hover .pic {
	background: #a30528 url(../images/fuwu-icon22.png) no-repeat center center;
}

.i-fuwu-right ul li:first-child+li+li:hover .pic {
	background: #a30528 url(../images/fuwu-icon32.png) no-repeat center center;
}

.i-fuwu-right ul li:first-child+li+li+li:hover .pic {
	background: #a30528 url(../images/fuwu-icon42.png) no-repeat center center;
}

/*i-why*/
.i-why {
	padding-top: 70px;
	padding-bottom: 68px;
}

.i-why-tit {
	text-align: center;
	color: #4a4a4a;
	font-size: 40px;
	line-height: 1;
	font-weight: bold;
	letter-spacing: 2px;
}

.i-why-list {
	height: auto;
	margin-top: 80px;
}

.i-why-list li {
	float: left;
	width: 350px;
	height: 350px;
	border: #ddd solid 1px;
	padding-top: 60px;
	margin-right: 60px;
	border-radius: 50%;
}

.i-why-list li:last-child {
	margin-right: 0;
}


.i-why-list ul li .pic {
	width: 62px;
	height: 62px;
	margin: 0 auto;
}

.i-why-list ul li:first-child .pic {
	background: url(../images/why-icon1.png) no-repeat;
}

.i-why-list ul li:first-child+li .pic {
	background: url(../images/why-icon2.png) no-repeat;
}

.i-why-list ul li:first-child+li+li .pic {
	background: url(../images/why-icon3.png) no-repeat;
}

.i-why-list ul li:first-child+li+li+li .pic {
	background: url(../images/why-icon4.png) no-repeat;
}

.i-why-list ul li .nob {
	text-align: center;
	width: 47px;
	height: 47px;
	margin: 0 auto;
	background: url(../images/why-nob1.png) no-repeat;
	margin-top: 22px;
	color: #666666;
	font-size: 22px;
	line-height: 47px;
	font-weight: bold;
}

.i-why-list ul li .tit {
	color: #494949;
	font-size: 24px;
	line-height: 1;
	font-weight: bold;
	margin-top: 30px;
	text-align: center;
}

.i-why-list ul li .des {
	color: #999999;
	font-size: 16px;
	line-height: 1;
	margin-top: 13px;
	text-align: center;
}

.i-why-list ul li:hover {
	background: #a30528;
	transition: 0.5s;
}

.i-why-list ul li:hover .nob {
	background: url(../images/why-nob2.png) no-repeat;
	color: #ffffff;
}

.i-why-list ul li:hover .tit {
	color: #ffffff;
}

.i-why-list ul li:hover .des {
	color: #ffffff;
}

.i-why-list ul li:hover .pic {
	animation: pulse .3s linear;
}

.i-why-list ul li:first-child:hover .pic {
	background: url(../images/why-icon12.png) no-repeat;
}

.i-why-list ul li:first-child+li:hover .pic {
	background: url(../images/why-icon22.png) no-repeat;
}

.i-why-list ul li:first-child+li+li:hover .pic {
	background: url(../images/why-icon32.png) no-repeat;
}

.i-why-list ul li:first-child+li+li+li:hover .pic {
	background: url(../images/why-icon42.png) no-repeat;
}

/*i-pinzhi*/
.i-pinzhi {
	background: url(../images/pinzhi-bg2.jpg) no-repeat top center;
	height: auto;
	padding: 100px 0;
}

.i-pinzhi-box {
	width: 100%;
	position: relative;
	max-width: 1580px;
	margin: 0 auto;

	display: flex;
}

.i-pinzhi-left {
	float: left;
	width: 216px;
	height: auto;
}

.i-pinzhi-left ul li {
	height: auto;
	background-color: #494949;
	margin-top: 2.5px;
	color: #525252;
	font-size: 122px;
	line-height: 160px;
	font-weight: bold;
	text-align: center;
	position: relative;
	cursor: pointer;
}

.i-pinzhi-left ul li:first-child {
	margin-top: 0;
}

.i-pinzhi-left ul li .tit {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	color: #ffffff;
	font-size: 30px;
	line-height: 160px;
	font-weight: bold;
	letter-spacing: 2px;
}

.i-pinzhi-left ul li.active {
	background: #a30528;
	color: rgba(255, 255, 0, 0.1);
}

.i-pinzhi-left ul li.active .tit {
	color: #ffffff;
}

.i-pinzhi-right {
	float: right;
	position: relative;
	width: calc(100% - 220px);
	height: auto;
	background-color: rgba(255, 255, 255, 0.9);
}

.i-pinzhi-con {
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 80px;
}

.i-pinzhi-con .ico {
	float: right;
}

.i-pinzhi-con .ico i {
	font-size: 100px;
	color: #a30528;
}

.i-pinzhi-con .ge {
	width: 70px;
	height: 5px;
	background: #a30528;
	margin-top: 30px;
}

.i-pinzhi-right .info {
	color: #333;
	font-size: 18px;
	line-height: 36px;
	height: 36px;
	overflow: hidden;
}

.i-pinzhi-right .tit {
	color: #a30528;
	font-size: 36px;
	line-height: 72px;
	height: auto;
	overflow: hidden;
	font-weight: bold;
}

.i-pinzhi-right .des {
	color: #333;
	font-size: 18px;
	line-height: 36px;
	height: auto;
	overflow: hidden;
	margin-top: 30px;
}

.i-pinzhi-right .more {
	margin-top: 50px;
	padding: 0 80px;
	position: relative;
}

.i-pinzhi-right .more:after {
	content: "";
	position: absolute;
	left: 100px;
	top: -147px;
	width: 48px;
	height: 6px;
	background-color: #dddddd;
}

.i-pinzhi-right .more a {
	display: inline-block;
	width: 130px;
	height: 48px;
	border: #dddddd solid 1px;
	text-align: center;
	color: #494949;
	font-size: 14px;
	line-height: 48px;
	transition: 0.5s;
}

.i-pinzhi-right .more a:hover {
	background: #a30528;
	color: #FFF;
	transition: 0.5s;
}

/*i-news*/
.i-news {
	height: auto;
	padding-bottom: 60px;
}

.i-news-left {
	float: left;
	width: 260px;
}

.i-news-right {
	float: right;
	width: calc(100% - 260px);
}

.in-ban {
	float: left;
	width: 100%;
	margin-top: 57px;
}

.in-list {
	float: left;
	width: calc(100% - 450px);
	margin-left: 60px;
	margin-top: 68px;
	position: relative;
}

.in-list:after {
	content: "";
	position: absolute;
	left: -30px;
	top: 0;
	width: 1px;
	height: 466px;
	background-color: #dddddd;
}

.in-wen {
	float: left;
	width: 330px;
	margin-left: 60px;
	margin-top: 58px;
	position: relative;
}

.in-wen:after {
	content: "";
	position: absolute;
	left: -30px;
	top: 10px;
	width: 1px;
	height: 466px;
	background-color: #dddddd;
}

.in-ban .in-ban-tit {
	color: #4a4a4a;
	font-size: 40px;
	line-height: 58px;
	font-weight: bold;
	letter-spacing: 2px;
}

.in-ban .in-ban-cata {
	margin-top: 40px;
}

.in-ban .in-ban-cata a {
	display: inline-block;
	width: auto;
	height: auto;
	border: #dddddd solid 1px;
	text-align: center;
	color: #494949;
	font-size: 14px;
	line-height: 38px;
	transition: 0.5s;
	padding: 0px 34px;
}

.in-ban .in-ban-cata a:hover {
	background: #a30528;
	color: #FFF;
	transition: 0.5s;
}

.in-ban .in-ban-more {
	margin-top: 54px;
	width: 257px;
	height: 131px;
	padding-top: 40px;
	background: url(../images/chakan.jpg) no-repeat center center;
	text-align: center;
	color: #ffffff;
	font-size: 14px;
	line-height: 1;
}

.in-ban .in-ban-more a {
	color: #ffffff;
	display: block;
}

/*in-list-hot*/
.in-list-hot {
	width: 100%;

	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-column-gap: 20px;
	grid-row-gap: 10px;
}

.in-list-hot .pic {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.in-list-hot .pic img {
	max-width: 100%;
	max-height: 100%;
	vertical-align: middle;
	transition: 0.6s;
}

.in-list-hot_list:hover .pic img {
	transform: scale(1.05);
	transition: 0.6s;
}

.in-list-hot .bot {
	margin-top: 16px;
}

.in-list-hot .bot .riqi {
	float: left;
	width: 70px;
	color: #666666;
	font-size: 14px;
	line-height: 48px;
	position: relative;
}

.in-list-hot .bot .riqi:after {
	content: "";
	position: absolute;
	right: 0;
	top: 2px;
	width: 1px;
	height: 40px;
	background-color: #dddddd;
}

.in-list-hot .bot .riqi span {
	font-size: 24px;
}

.in-list-hot .bot .con {
	float: right;
	width: calc(100% - 80px);
}

.in-list-hot .bot .con .tit {
	color: #4a4a4a;
	font-size: 16px;
	line-height: 26px;
	height: 26px;
	overflow: hidden;
	font-weight: bold;
}

.in-list-hot .bot .con .des {
	color: #999999;
	font-size: 14px;
	line-height: 22px;
	height: 22px;
	overflow: hidden;
}

.in-list-hot:hover .bot .con .tit {
	color: #a30528;
}

.in-list-list {
	margin-top: 8px;
}

.in-list-list ul li {
	color: #4a4a4a;
	font-size: 16px;
	line-height: 40px;
	height: auto;
	overflow: hidden;
	border-bottom: #eeeeee dashed 1px;
	padding-bottom: 10px;
}

.in-list-list ul li a {
	color: #4a4a4a;
	font-weight: 600;
}

.in-list-list ul li a:hover {
	color: #a30528;
}

.in-list-list ul li span {
	float: right;
	color: #999999;
	font-size: 14px;
}

/*in-wen-ban*/
.in-wen-ban {
	height: 42px;
	border-bottom: #dddddd solid 1px;
}

.in-wen-ban .tit {
	float: left;
	background: url(../images/wen-icon.png) no-repeat left center;
	padding-left: 40px;
	color: #333333;
	font-size: 18px;
	line-height: 42px;
	font-weight: bold;
}

.in-wen-ban .more {
	float: right;
	color: #a30528;
	font-size: 14px;
	line-height: 42px;
	margin-right: 10px;
}

.in-wen-ban .more a {
	color: #a30528;
}

.in-wen-ban .more a:hover {
	text-decoration: underline;
}

.in-wen-list {
	height: auto;
}

.in-wen-list ul li {
	padding-bottom: 6px;
}

.in-wen-list ul li .wen {
	border-radius: 7px;
	margin-top: 20px;
	padding: 9px 20px 9px 46px;
	background: #f2f2f2 url(../images/wen.png) no-repeat;
	background-position: 8px 13px;
}

.in-wen-list ul li .wen .tit {
	color: #333333;
	font-size: 14px;
	line-height: 25px;
	font-weight: bold;
	height: 50px;
	overflow: hidden;
}

.in-wen-list ul li .da {
	border-radius: 7px;
	margin-top: 10px;
	padding: 10px 20px 12px 46px;
	background: #f2f2f2 url(../images/da.png) no-repeat;
	background-position: 8px 13px;
}

.in-wen-list ul li .da .des {
	color: #999999;
	font-size: 14px;
	line-height: 25px;
	height: 75px;
	overflow: hidden;
}

.in-wen-list ul li:hover .wen .tit {
	color: #a30528;
}

/*footer*/
.footer {
	background-color: #eee;
	border-top: #a30528 solid 5px;
	padding-bottom: 60px;
	padding-top: 50px;
}

.f-left {
	float: left;
	width: 400px;
}

.f-left img {
	max-width: 100%;
	max-height: 180px;
}

.f-mid {
	float: left;
	padding-left: 70px;
	padding-right: 50px;
	width: 480px;
	position: relative;
}

.f-mid:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 1px;
	height: 150px;
	background: #999;
	opacity: 0.3;
}

.f-mid:after {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	width: 1px;
	height: 150px;
	background: #999;
	opacity: 0.3;
}

.f-right {
	float: left;
	margin-left: 150px;
	width: 320px;
	padding-right: 90px;
	position: relative;
}

.f-right:after {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	width: 1px;
	height: 150px;
	background: #999;
	opacity: 0.3;
}

.f-ewm {
	float: right;
	width: 157px;
}

.f-ewm img {
	width: 157px;
	height: 157px;
}

.f-ban {
	color: #111;
	font-size: 18px;
	line-height: 1;
	font-weight: bold;
}

.f-con {
	color: #333;
	font-size: 14px;
	line-height: 2;
	margin-top: 12px;
}

.f-con a {
	color: #333;
}

.f-con a:hover {
	text-decoration: underline;
}

.f-linker {
	color: #333;
	font-size: 14px;
	line-height: 2;
	margin-top: 12px;
}

.f-linker a {
	display: inline-block;
	float: left;
	width: 50%;
	color: #333;
}

.f-linker a:hover {
	text-decoration: underline;
}

/*f-copy*/
.f-copy {
	background-color: #333333;
	color: #999999;
	font-size: 14px;
	line-height: 2;
	padding: 10px 0;
	text-align: center;
}

.f-copy a {
	color: #999999;
}

.f-copy a:hover {
	text-decoration: underline;
}

/*返回顶部*/
p#top {
	position: fixed;
	display: none;
	bottom: 0px;
	right: 20px;
}

p#top a {
	text-align: center;
	text-decoration: none;
	color: #d1d1d1;
	display: block;
	width: 30px;
	transition: color 1s;
}

p#top a:hover {
	color: #979797;
}

p#top a span {
	background: url(../images/gotop.png) no-repeat center;
	border-radius: 6px;
	display: block;
	height: 30px;
	transition: background 1s;
}

#top a:hover span {
	background: url(../images/gotop.png) no-repeat center;
}

/*n-positon*/
.n-positon {
	border-bottom: #dddddd solid 1px;
	color: #666666;
	font-size: 14px;
	line-height: 46px;
}

.n-positon a {
	color: #666666;
}

.n-positon a:hover {
	color: #a30528;
}

/*n-main*/
.n-main {
	height: auto;
	padding-bottom: 20px;
	background-color: #f2f2f2;
}

.n-main img {
	max-width: 100%;
}

.n-show {
	padding: 10px;
	font-size: 16px;
	color: #000000;
	line-height: 2;
	box-sizing: content-box;
}

.n-show .img-responsive {
	display: inline;
}

.n-tit {
	font-size: 20px;
	text-align: center;
	line-height: 34px;
	margin-top: 26px;
	padding: 0 10px;
}

.n-time {
	font-size: 14px;
	text-align: center;
	line-height: 18px;
	margin-top: 13px;
	color: #bababa;
}

.n-xian {
	border-bottom: #e4e4e4 solid 1px;
	height: 1px;
	margin-top: 20px;
}

.n-other {
	line-height: 24px;
	padding: 10px 0 10px 0;
	color: #888;
}

.n-other a:hover {
	text-decoration: underline;
	color: #888;
}



.n-pro-tit {
	margin-top: 60px;
	margin-bottom: 20px;
}

/*n-news-list*/
.n-news-list {
	margin-top: 50px;
}

.n-news-list ul li {
	float: left;
	width: 48%;
	height: 212px;
	background-color: #FFF;
	margin-bottom: 2%;
	margin-right: 2%;
}

.n-news-list ul li:nth-child(2n+2) {
	margin-right: 0;
}

.n-news-list ul li .riqi {
	float: left;
	width: 136px;
	height: 136px;
	border: #f2f2f2 solid 10px;
	margin-top: 37px;
	margin-left: 25px;
	text-align: center;
}

.n-news-list ul li .riqi .riqi-dd {
	color: #999999;
	font-size: 33px;
	line-height: 1;
	font-weight: bold;
	margin-top: 28px;
}

.n-news-list ul li .riqi .riqi-yymm {
	color: #999999;
	font-size: 14px;
	line-height: 1;
	margin-top: 13px;
}

.n-news-list ul li .con {
	float: right;
	width: 530px;
	margin-right: 40px;
}

.n-news-list ul li .con .tit {
	color: #333333;
	font-size: 18px;
	line-height: 70px;
	font-weight: bold;
	border-bottom: #f2f2f2 solid 1px;
	margin-top: 15px;
	background: url(../images/news-more.png) no-repeat right center;
	padding-right: 40px;
	height: 70px;
	overflow: hidden;
}

.n-news-list ul li .con .des {
	color: #999999;
	font-size: 14px;
	line-height: 24px;
	height: 72px;
	overflow: hidden;
	margin-top: 20px;
}

.n-news-list ul li:hover .riqi {
	border: #a30528 solid 10px;
}

.n-news-list ul li:hover .con .tit {
	color: #a30528;
}

/*n-picshow*/
.n-picshow {
	margin-top: 60px;
	padding-bottom: 10px;
}

.n-picshow .pic {
	float: left;
	width: 500px;
	height: auto;
	border: #eeeeee solid 1px;
	text-align: center;
}

.n-picshow .pic img {
	max-width: 100%;
	max-height: 100%;
	vertical-align: middle;
}

.n-picshow .con {
	float: right;
	width: calc(100% - 550px);
}

.n-picshow .con .tit {
	color: #323335;
	font-size: 30px;
	line-height: 1.38;
	margin-top: 29px;
}

.n-picshow .con .des {
	color: #666666;
	font-size: 16px;
	line-height: 1.38;
	margin-top: 40px;
}

.n-picshow .con .more {
	display: inline-block;
	color: #323335;
	font-size: 16px;
	line-height: 48px;
	padding: 0 27px;
	border-radius: 5px;
	border: #5b5c5d solid 1px;
	margin-top: 47px;
}

/*n-canshu*/
.n-canshu {
	padding-bottom: 50px;
	padding-top: 23px;
}

.n-ban {
	height: 72px;
	border-bottom: #dddddd solid 3px;
}

.n-ban .tit {
	color: #a30528;
	font-size: 23px;
	line-height: 72px;
	font-weight: bold;
	background: url(../images/sanjiao.png) no-repeat left center;
	position: relative;
	padding-left: 23px;
}

.n-ban .tit:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 122px;
	height: 3px;
	background: #a30528;
}

.n-canshu-show {
	padding: 10px 0;
	font-size: 16px;
	color: #000000;
	line-height: 2;
}

.n-canshu-show img {
	max-width: 100%
}

/*n-xiangqing*/
.n-xiangqing {
	background-color: #f6f6f6;
	padding-top: 23px;
	padding-bottom: 50px;
}

.n-xiangqing-list {
	margin-top: 48px;
}

.n-xiangqing-list ul li {
	float: left;
	background-color: #FFF;
	width: 532px;
	height: auto;
	padding-bottom: 36px;
	margin-bottom: 22px;
}

.n-xiangqing-list ul li:nth-child(3n+2) {
	margin-left: 22px;
}

.n-xiangqing-list ul li:nth-child(3n+3) {
	margin-left: 22px;
}

.n-xiangqing-list ul li .tit {
	color: #333333;
	font-size: 16px;
	line-height: 30px;
	height: 30px;
	font-weight: bold;
	text-align: center;
	margin-top: 31px;
	padding: 0 46px;
}

.n-xiangqing-list ul li .des {
	color: #666666;
	font-size: 14px;
	line-height: 26px;
	height: 78px;
	overflow: hidden;
	margin-top: 7px;
	padding: 0 46px;
}

.n-xiangqing-list ul li .pic {
	padding: 0 46px;
	height: 290px;
	margin-top: 30px;
	text-align: center;
}

.n-xiangqing-list ul li .pic img {
	max-width: 100%;
	max-height: 100%;
	vertical-align: middle;
}

/*n-fengcai*/
.n-fengcai {
	background-color: #f6f6f6;
	padding-bottom: 50px;
}

.n-fengcai-list {
	height: auto;
}

.n-fengcai-list ul li {
	float: left;
	width: 800px;
	background-color: #FFF;
	height: 630px;
	line-height: 620px;
	overflow: hidden;
	text-align: center;
	box-shadow: 0 0 20px #ebebeb;
	margin-top: 28px;
}

.n-fengcai-list ul li:nth-child(even) {
	margin-left: 40px;
}

.n-fengcai-list ul li img {
	max-width: 96%;
	max-height: 96%;
	vertical-align: middle;
}

/*n-zizhi-list*/
.n-zizhi-list {
	height: auto;
	padding-bottom: 60px;
	margin-top: 40px;
}

.n-zizhi-list .swiper-container {
	width: 100%;
	height: 100%
}

.n-zizhi-list .swiper-slide {
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center
}

.n-zizhi-list .swiper-button-next {
	opacity: 0.4;
	outline: none;
}

.n-zizhi-list .swiper-button-prev {
	opacity: 0.4;
	outline: none;
}

.n-zizhi-list .swiper-button-next:hover {
	opacity: 0.8;
}

.n-zizhi-list .swiper-button-prev:hover {
	opacity: 0.8;
}

.n-zizhi-li {
	width: 96%;
	padding: 20px 2%;
	background-color: #FFF;
	box-shadow: 0 0 20px #f1f1f1;
}

.n-zizhi-li img {
	max-width: 90%;
	margin: 0 auto;
	max-height: 456px;
}

/*n-jieshao*/
.n-jieshao {
	height: auto;
	padding: 30px 0;
}

.n-jieshao-show {
	line-height: 35px;
}

.n-jieshao-show .pic {
	float: left;
	width: 784px;
	height: 443px;
	margin-top: 86px;
}

.n-jieshao-show .pic img {
	max-width: 100%;
	max-height: 100%;
	vertical-align: middle;
}

.n-jieshao-show .con {
	float: right;
	width: 756px;
}

.n-jieshao-show .con .tit {
	color: #4a4a4a;
	font-size: 24px;
	line-height: 1;
	font-weight: bold;
	margin-top: 61px;
}

.n-jieshao-show .con .des {
	color: #666666;
	font-size: 14px;
	line-height: 1.7;
	margin-top: 40px;
}

/*n-contact*/
.n-contact {
	height: auto;
	padding-top: 10px;
	padding-bottom: 30px;
}

.n-contact_left {
	float: left;
	width: 40%;
	height: auto;
	overflow: hidden;
}

.n-contact_right {
	float: left;
	width: 60%;
	height: auto;
	overflow: hidden;
}





.i-case-list {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 30px;
}

.i-case-list ul li {
	float: left;
	background-color: #FFF;
	width: 19.20%;
	height: auto;
	position: relative;
	overflow: hidden;
	margin-bottom: 1%;
	margin-right: 1%;
}

.i-case-list ul li:after {
	content: "";
	position: absolute;
	right: 30px;
	bottom: 10px;
	width: 24px;
	height: 24px;
	background: url(../images/pro-more.png) no-repeat;
}

.i-case-list ul li:nth-child(5n+5) {
	margin-right: 0;
}

.i-case-list ul li .pic {
	width: 100%;
	height: auto;
	overflow: hidden;
	text-align: center;
}

.i-case-list ul li .pic img {
	max-width: 100%;
	height: 200px;
	vertical-align: middle;
	border: 10px solid #fff;
	border-bottom: 0;
}

.i-case-list ul li .tit {
	height: auto;
	line-height: 45px;
	color: #666666;
	font-size: 15px;
	padding: 0 30px;
	border-top: 1px solid #fff;
	text-align: center;
}

.i-case-list ul li .con {
	position: absolute;
	bottom: -46px;
	left: 0;
	width: 100%;
	height: 46px;
	background: #a30528;
	transition: 0.5s;
}

.i-case-list ul li .con .con-tit {
	color: #ffffff;
	font-size: 16px;
	line-height: 46px;
	height: 46px;
	overflow: hidden;
	font-weight: bold;
	position: relative;
	padding: 0px 32px 0 32px;
	text-align: center;
}

.i-case-list ul li .con .con-tit:after {
	/* content: "";
	position: absolute;
	left: 32px;
	bottom: 0;
	width: 51px;
	height: 4px;
	background-color: #ffffff; */
}

.i-case-list ul li .con .con-des {
	color: #ffffff;
	font-size: 14px;
	line-height: 23px;
	height: 69px;
	overflow: hidden;
	margin-top: 22px;
	padding: 0 32px;
}

.i-case-list ul li:hover:after {
	background: url(../images/pro-more2.png) no-repeat;
}

.i-case-list ul li:hover .con {
	bottom: 0;
	transition: 0.5s;
}



@media (max-width:992px) {

	.wrap {
		width: 98%;
		position: relative;
		max-width: 1580px;
		margin: 0 auto;
		padding: 0 1%;
	}

	/*header*/
	.header {
		transition: all .3s;
		height: auto;
		position: relative;
	}

	.header * {
		transition: all .3s
	}

	.header .main {
		height: 100%
	}

	.header .h-top {
		height: auto;
	}

	.header .logo {
		float: left;
		width: 100px;
		height: auto;
		overflow: hidden;
		line-height: 60px;
	}

	.header .logo a {
		display: block;
	}

	.header .logo img {
		max-width: 100%;
		height: 60px;
		vertical-align: middle;
		margin-right: 0px;
	}

	.header .h-biaoyu {
		float: left;
		position: relative;
		padding-left: 10px;
	}

	.header .h-biaoyu:after {
		content: "";
		position: absolute;
		left: 0;
		top: 0px;
		width: 1px;
		height: 75px;
		background-color: #eeeeee;
	}

	.header .h-biaoyu .tit {
		color: #333333;
		font-size: 20px;
		line-height: 1;
		font-weight: bold;
		margin-top: 15px;
	}

	.header .h-biaoyu .des {
		color: #999999;
		font-size: 12px;
		line-height: 1;
		margin-top: 5px;
	}

	.header .h-tel {
		display: none;
		float: right;
		height: 75px;
		background: url(../images/h-tel.png) no-repeat;
		background-position: 19px 12px;
		padding: 0 0px 0 80px;
		margin: 20px 12px 0 0;
	}

	.header .h-tel .tit {
		color: #666666;
		font-size: 14px;
		line-height: 1;
		margin-top: 15px;
	}

	.header .h-tel .des {
		color: #333333;
		font-size: 24px;
		font-weight: bold;
		margin-top: 3px;
	}

	.header .h-right {
		display: none;
		float: right;
		margin-top: 35px;
	}

	.header .h-right ul li {
		float: left;
		width: 50px;
		height: 50px;
		border-radius: 50%;
		background: #a30528;
		font-size: 0;
		margin-left: 20px;
		cursor: pointer;
	}

	.header .h-right ul li a {
		display: block;
		width: 50px;
		height: 50px;
	}

	.header .h-right ul li.h-wechat {
		background: #081973 url(../images/h-wechat.png) no-repeat center center;
		position: relative;
	}

	.header .h-right ul li.h-wechat .h-wechat-pic {
		display: none;
		position: absolute;
		top: -41px;
		left: -140px;
	}

	.header .h-right ul li.h-wechat .h-wechat-pic img {
		width: 120px;
		height: 120px;
		border: #dddddd solid 1px;
	}

	.header .h-right ul li.h-wechat:hover .h-wechat-pic {
		display: block;
		animation: fadeInRight .3s linear;
	}

	.header .h-right ul li.h-qq {
		background: #a30528 url(../images/h-qq.png) no-repeat center center;
	}


	.header .nav {
		position: fixed;
		transition: all 0s;
		margin-top: 0;
		width: 100%;
		display: none;
		z-index: 995;
		left: 0;
		top: 60px;
		padding: 20px 0;
		background-color: rgba(50, 51, 53, 0.9);
		border-top: 1px solid #f5f5f5;
		height: auto;
	}

	.header .nav ul {
		display: block;
	}

	.header .nav ul li {
		width: 100%;
		float: none;
		margin: 0;
		text-align: center;
		line-height: 2.4;
		font-size: 14px;
	}

	.header .nav ul li:after {
		display: none;
	}

	.nav_btn {
		display: block;
		width: 26px;
		height: 20px;
		position: absolute;
		right: 15px;
		top: 20px;
	}

	.nav_btn span {
		display: block;
		transition: all .3s;
		height: 3px;
		width: 100%;
		position: absolute;
		left: 0;
		border-radius: 2px;
		background: #999;
		transition: all .3s
	}

	.nav_btn span:nth-of-type(1) {
		top: 0
	}

	.nav_btn span:nth-of-type(2) {
		top: 50%;
		margin-top: -1.5px
	}

	.nav_btn span:nth-of-type(3) {
		bottom: 0
	}

	.nav_btn.on span:nth-of-type(1) {
		top: 50%;
		transform: rotate(45deg)
	}

	.nav_btn.on span:nth-of-type(2) {
		opacity: 0
	}

	.nav_btn.on span:nth-of-type(3) {
		top: 50%;
		transform: rotate(-45deg)
	}





	/*banner*/
	.banner {
		width: 100%;
	}

	.banner .swiper-container {
		width: 100%;
		height: 100%
	}

	.banner .swiper-slide {
		text-align: center;
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		-webkit-justify-content: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		-webkit-align-items: center;
		align-items: center
	}

	/* .banner .swiper-button-next {
		opacity: 0.4;
		outline: none;
	}
	
	.banner .swiper-button-prev {
		opacity: 0.4;
		outline: none;
	}
	
	.banner .swiper-button-next:hover {
		opacity: 0.8;
	}
	
	.banner .swiper-button-prev:hover {
		opacity: 0.8;
	} */

	.banner .swiper-slide a {
		display: block;
		width: 100%;
	}

	.banner .swiper-slide img {
		width: 100%;
		display: block;
	}

	.banner i {
		font-weight: 600;
		font-size: 26px;
		color: #a30528 !important;
	}


	/*i-pro*/
	.i-pro {
		background: url(../images/product_bj.jpg) no-repeat center;
		background-size: cover;
		padding: 30px 0;
	}

	.i-pro-tit {
		color: #4a4a4a;
		font-size: 26px;
		line-height: 1;
		font-weight: bold;
		text-align: center;
		letter-spacing: 0px;
	}

	.i-pro-cata {
		min-height: 60px;
		background-color: #ffffff;
		margin-top: 10px;
		text-align: center;
	}

	.i-pro-cata ul {
		display: inline-block;
	}

	.i-pro-cata ul li {
		float: left;
		color: #333333;
		font-size: 16px;
		line-height: 40px;
		margin: 0 10px;
	}

	.i-pro-cata ul li a {
		color: #333333;
		font-size: 14px;
	}

	.i-pro-cata ul li a:hover {
		color: #a30528;
		font-weight: bold;
	}

	.i-pro-cata ul li.active a {
		color: #a30528;
		font-weight: bold;
	}

	.i-pro-cata ul li:first-child {
		background: url(../images/pro-cata.png) no-repeat left center;
		padding-left: 50px;
	}

	.i-pro-cata ul li.active a {
		color: #a30528;
		font-weight: bold;
	}

	.i-pro-list {
		width: 100%;
		height: auto;
		overflow: hidden;
		margin-top: 10px;
	}

	.i-pro-list ul li {
		float: left;
		background-color: #FFF;
		width: 49%;
		height: auto;
		position: relative;
		overflow: hidden;
		margin-bottom: 1%;
		margin-right: 1%;
	}

	.i-pro-list ul li:after {
		content: "";
		position: absolute;
		right: 10px;
		bottom: 0px;
		width: 24px;
		height: 24px;
		background: url(../images/pro-more.png) no-repeat;
	}

	.i-pro-list ul li:nth-child(4n+4) {
		margin-right: 0;
	}

	.i-pro-list ul li:nth-child(2n+2) {
		margin-right: 0;
	}

	.i-pro-list ul li .pic {
		width: 100%;
		height: auto;
		overflow: hidden;
		text-align: center;
	}

	.i-pro-list ul li .pic img {
		width: 100%;
		max-width: 100%;
		height: 180px;
		vertical-align: middle;
		border: 5px solid #fff;
		border-bottom: 0;
	}

	.i-pro-list ul li .tit {
		height: auto;
		line-height: 30px;
		color: #666666;
		font-size: 14px;
		padding: 0 20px;
		border-top: 1px solid #fff;
	}

	.i-pro-list ul li .con {
		position: absolute;
		bottom: -35px;
		left: 0;
		width: 100%;
		height: 35px;
		background: #a30528;
		transition: 0.5s;
	}

	.i-pro-list ul li .con .con-tit {
		color: #ffffff;
		font-size: 16px;
		line-height: 64px;
		height: 64px;
		overflow: hidden;
		font-weight: bold;
		position: relative;
		padding: 6px 32px 0 32px;
	}

	.i-pro-list ul li .con .con-tit:after {
		content: "";
		position: absolute;
		left: 32px;
		bottom: 0;
		width: 51px;
		height: 4px;
		background-color: #ffffff;
	}

	.i-pro-list ul li .con .con-des {
		color: #ffffff;
		font-size: 14px;
		line-height: 23px;
		height: 69px;
		overflow: hidden;
		margin-top: 22px;
		padding: 0 32px;
	}

	.i-pro-list ul li:hover:after {
		background: url(../images/pro-more2.png) no-repeat;
	}

	.i-pro-list ul li:hover .con {
		bottom: 0;
		transition: 0.5s;
	}

	/*i-youshi*/
	.i-youshi {
		padding-bottom: 60px;
	}

	.i-youshi-top {
		height: auto;
	}

	.iyt-left {
		float: left;
		width: 500px;
	}

	.iyt-left .tit {
		color: #494949;
		font-size: 40px;
		line-height: 1;
		font-weight: bold;
		margin-top: 75px;
		letter-spacing: 2px;
	}

	.iyt-left .des {
		color: #999999;
		font-size: 16px;
		line-height: 1;
		margin-top: 24px;
	}

	.iyt-right {
		float: right;
		width: 1110px;
		margin-top: 78px;
	}

	.iyt-right ul li {
		float: left;
		width: 33.33%;
		height: 126px;
		border: #dddddd solid 1px;
		border-bottom: none;
		text-align: center;
		display: flex;
		align-items: center;
		justify-content: center;
		cursor: pointer;
	}

	.iyt-right ul li .nob {
		display: inline-block;
		width: 42px;
		height: 42px;
		background: #a30528;
		border-radius: 50%;
		text-align: center;
		color: #ffffff;
		font-size: 18px;
		line-height: 42px;
		font-weight: bold;
	}

	.iyt-right ul li .tit {
		display: inline-block;
		color: #333333;
		font-size: 18px;
		line-height: 42px;
		margin-left: 22px;
	}

	.iyt-right ul li.active {
		border: #a30528 solid 2px;
		border-bottom: none;
	}

	.i-youshi-bot {
		height: auto;
	}

	.i-youshi-li {
		height: 515px;
		position: relative;
	}

	.i-youshi-li .pic {
		width: 100%;
		height: 515px;
	}

	.i-youshi-li .pic img {
		width: 100%;
		height: 515px;
	}

	.i-youshi-li .con {
		position: absolute;
		left: 50%;
		margin-left: -620px;
		bottom: 0;
		background-color: rgba(0, 0, 0, 0.7);
		width: 1240px;
		height: 120px;
	}

	.i-youshi-li .con .con-pic {
		float: left;
		margin-left: 60px;
		width: 64px;
		height: 53px;
		overflow: hidden;
		margin-top: 33px;
	}

	.i-youshi-li .con .con-pic img {
		max-width: 100%;
		max-height: 100%;
		vertical-align: middle;
	}

	.i-youshi-li .con .con-con {
		float: left;
		padding-top: 33px;
		margin-left: 42px;
		padding-left: 47px;
		width: 940px;
		position: relative;
	}

	.i-youshi-li .con .con-con:after {
		content: "";
		position: absolute;
		left: 0;
		top: 33px;
		width: 2px;
		height: 52px;
		background-color: rgba(255, 255, 255, 0.2);
	}

	.i-youshi-li .con .con-con .tit {
		color: #ffffff;
		font-size: 18px;
		line-height: 30px;
		font-weight: bold;
		height: 30px;
		overflow: hidden;
	}

	.i-youshi-li .con .con-con .des {
		color: #ffffff;
		font-size: 14px;
		line-height: 24px;
		height: 24px;
		overflow: hidden;
	}

	/*i-fuwu*/
	.i-fuwu {
		height: auto;
		background: #333235 url(../images/fuwu-bg.jpg) no-repeat top center;
		background-size: cover;
	}

	.i-fuwu-left {
		float: left;
		width: 100%;
	}

	.i-fuwu-left .fuwu-tit {
		color: #ffffff;
		font-size: 20px;
		line-height: 1;
		font-weight: bold;
		padding-top: 40px;
		letter-spacing: 1px;
		text-align: center;
	}

	.i-fuwu-left .fuwu-tel {
		background: url(../images/h-tel1.png) no-repeat left center;
		padding-left: 60px;
		width: 260px;
		height: auto;
		overflow: hidden;
		margin: 20px auto;
	}

	.i-fuwu-left .fuwu-tel .tit {
		color: #ffffff;
		font-size: 16px;
		line-height: 1;
	}

	.i-fuwu-left .fuwu-tel .des {
		color: #ffffff;
		font-size: 24px;
		line-height: 1;
		font-weight: bold;
		margin-top: 5px;
	}

	.i-fuwu-right {
		float: right;
		width: 880px;
	}

	.i-fuwu-right ul li {
		float: left;
		margin-top: 78px;
		width: 200px;
		margin-left: 20px;
		text-align: center;
		position: relative;
	}

	.i-fuwu-right ul li:after {
		content: "";
		position: absolute;
		left: -20px;
		top: 37px;
		width: 20px;
		height: 23px;
		background: url(../images/jiantou.png) no-repeat;
	}

	.i-fuwu-right ul li:first-child:after {
		display: none;
	}

	.i-fuwu-right ul li .pic {
		width: 91px;
		height: 91px;
		margin: 0 auto;
		background-color: #FFF;
		border-radius: 50%;
		border: #564d4d solid 7px;
	}

	.i-fuwu-right ul li .tit {
		color: #ffffff;
		font-size: 14px;
		line-height: 1;
		margin-top: 25px;
	}

	.i-fuwu-right ul li:hover .pic {
		background: #a30528;
		animation: flipInY .3s linear;
	}

	.i-fuwu-right ul li:first-child .pic {
		background: #FFF url(../images/fuwu-icon1.png) no-repeat center center;
	}

	.i-fuwu-right ul li:first-child+li .pic {
		background: #FFF url(../images/fuwu-icon2.png) no-repeat center center;
	}

	.i-fuwu-right ul li:first-child+li+li .pic {
		background: #FFF url(../images/fuwu-icon3.png) no-repeat center center;
	}

	.i-fuwu-right ul li:first-child+li+li+li .pic {
		background: #FFF url(../images/fuwu-icon4.png) no-repeat center center;
	}

	.i-fuwu-right ul li:first-child:hover .pic {
		background: #a30528 url(../images/fuwu-icon12.png) no-repeat center center;
	}

	.i-fuwu-right ul li:first-child+li:hover .pic {
		background: #a30528 url(../images/fuwu-icon22.png) no-repeat center center;
	}

	.i-fuwu-right ul li:first-child+li+li:hover .pic {
		background: #a30528 url(../images/fuwu-icon32.png) no-repeat center center;
	}

	.i-fuwu-right ul li:first-child+li+li+li:hover .pic {
		background: #a30528 url(../images/fuwu-icon42.png) no-repeat center center;
	}

	/*i-why*/
	.i-why {
		padding-top: 30px;
		padding-bottom: 0px;
	}

	.i-why-tit {
		text-align: center;
		color: #4a4a4a;
		font-size: 26px;
		line-height: 1;
		font-weight: bold;
		letter-spacing: 2px;
	}

	.i-why-list {
		height: auto;
		margin-top: 30px;
	}

	.i-why-list li {
		float: left;
		width: 170px;
		height: 170px;
		border: #ddd solid 1px;
		padding-top: 10px;
		margin-left: 5px;
		margin-right: 10px;
		margin-bottom: 20px;
		border-radius: 50%;
	}

	.i-why-list li:nth-child(2n+2) {
		margin-right: 0px;
	}

	.i-why-list li:last-child {
		margin-right: 0;
	}


	.i-why-list ul li .pic {
		width: 30px;
		height: 30px;
		margin: 0 auto;
		background-size: cover;
	}

	.i-why-list ul li:first-child .pic {
		background: url(../images/why-icon1.png) no-repeat;
		background-size: cover;
	}

	.i-why-list ul li:first-child+li .pic {
		background: url(../images/why-icon2.png) no-repeat;
		background-size: cover;
	}

	.i-why-list ul li:first-child+li+li .pic {
		background: url(../images/why-icon3.png) no-repeat;
		background-size: cover;
	}

	.i-why-list ul li:first-child+li+li+li .pic {
		background: url(../images/why-icon4.png) no-repeat;
		background-size: cover;
	}

	.i-why-list ul li .nob {
		text-align: center;
		width: 40px;
		height: 40px;
		margin: 0 auto;
		background: url(../images/why-nob1.png) no-repeat;
		margin-top: 5px;
		color: #666666;
		font-size: 20px;
		line-height: 47px;
		font-weight: bold;
	}

	.i-why-list ul li .tit {
		color: #494949;
		font-size: 18px;
		line-height: 1;
		font-weight: bold;
		margin-top: 10px;
		text-align: center;
	}

	.i-why-list ul li .des {
		color: #999999;
		font-size: 12px;
		line-height: 1;
		margin-top: 10px;
		text-align: center;
	}

	.i-why-list ul li:hover {
		background: #a30528;
		transition: 0.5s;
	}

	.i-why-list ul li:hover .nob {
		background: url(../images/why-nob2.png) no-repeat;
		color: #ffffff;
	}

	.i-why-list ul li:hover .tit {
		color: #ffffff;
	}

	.i-why-list ul li:hover .des {
		color: #ffffff;
	}

	.i-why-list ul li:hover .pic {
		animation: pulse .3s linear;
	}

	.i-why-list ul li:first-child:hover .pic {
		background: url(../images/why-icon12.png) no-repeat;
	}

	.i-why-list ul li:first-child+li:hover .pic {
		background: url(../images/why-icon22.png) no-repeat;
	}

	.i-why-list ul li:first-child+li+li:hover .pic {
		background: url(../images/why-icon32.png) no-repeat;
	}

	.i-why-list ul li:first-child+li+li+li:hover .pic {
		background: url(../images/why-icon42.png) no-repeat;
	}

	/*i-pinzhi*/
	.i-pinzhi {
		display: none;

		background: url(../images/pinzhi-bg2.jpg) no-repeat top center;
		height: auto;
		padding: 100px 0;
	}

	.i-pinzhi-box {
		width: 100%;
		position: relative;
		max-width: 1580px;
		margin: 0 auto;

		display: flex;
	}

	.i-pinzhi-left {
		float: left;
		width: 216px;
		height: auto;
	}

	.i-pinzhi-left ul li {
		height: auto;
		background-color: #494949;
		margin-top: 2.5px;
		color: #525252;
		font-size: 122px;
		line-height: 160px;
		font-weight: bold;
		text-align: center;
		position: relative;
		cursor: pointer;
	}

	.i-pinzhi-left ul li:first-child {
		margin-top: 0;
	}

	.i-pinzhi-left ul li .tit {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		color: #ffffff;
		font-size: 30px;
		line-height: 160px;
		font-weight: bold;
		letter-spacing: 2px;
	}

	.i-pinzhi-left ul li.active {
		background: #a30528;
		color: rgba(255, 255, 0, 0.1);
	}

	.i-pinzhi-left ul li.active .tit {
		color: #ffffff;
	}

	.i-pinzhi-right {
		float: right;
		position: relative;
		width: calc(100% - 220px);
		height: auto;
		background-color: rgba(255, 255, 255, 0.9);
	}

	.i-pinzhi-con {
		position: relative;
		width: 100%;
		height: auto;
		overflow: hidden;
		padding: 80px;
	}

	.i-pinzhi-con .ico {
		float: right;
	}

	.i-pinzhi-con .ico i {
		font-size: 100px;
		color: #a30528;
	}

	.i-pinzhi-con .ge {
		width: 70px;
		height: 5px;
		background: #a30528;
		margin-top: 30px;
	}

	.i-pinzhi-right .info {
		color: #333;
		font-size: 18px;
		line-height: 36px;
		height: 36px;
		overflow: hidden;
	}

	.i-pinzhi-right .tit {
		color: #a30528;
		font-size: 36px;
		line-height: 72px;
		height: auto;
		overflow: hidden;
		font-weight: bold;
	}

	.i-pinzhi-right .des {
		color: #333;
		font-size: 18px;
		line-height: 36px;
		height: auto;
		overflow: hidden;
		margin-top: 30px;
	}

	.i-pinzhi-right .more {
		margin-top: 50px;
		padding: 0 80px;
		position: relative;
	}

	.i-pinzhi-right .more:after {
		content: "";
		position: absolute;
		left: 100px;
		top: -147px;
		width: 48px;
		height: 6px;
		background-color: #dddddd;
	}

	.i-pinzhi-right .more a {
		display: inline-block;
		width: 130px;
		height: 48px;
		border: #dddddd solid 1px;
		text-align: center;
		color: #494949;
		font-size: 14px;
		line-height: 48px;
		transition: 0.5s;
	}

	.i-pinzhi-right .more a:hover {
		background: #a30528;
		color: #FFF;
		transition: 0.5s;
	}

	/*i-news*/
	.i-news {
		height: auto;
		padding-bottom: 20px;
	}

	.i-news-left {
		float: left;
		width: 100%;
	}

	.i-news-right {
		float: right;
		width: 98%;
		padding: 1%;
	}

	.in-ban {
		float: left;
		width: 100%;
		margin-top: 30px;
	}

	.in-list {
		float: left;
		width: 100%;
		margin-left: 0px;
		margin-top: 10px;
		position: relative;
	}

	.in-list:after {
		content: "";
		position: absolute;
		left: -30px;
		top: 0;
		width: 1px;
		height: 466px;
		background-color: #dddddd;
	}

	.in-wen {
		float: left;
		width: 100%;
		margin-left: 0px;
		margin-top: 18px;
		position: relative;
	}

	.in-wen:after {
		content: "";
		position: absolute;
		left: -30px;
		top: 10px;
		width: 1px;
		height: 466px;
		background-color: #dddddd;
	}

	.in-ban .in-ban-tit {
		color: #4a4a4a;
		font-size: 26px;
		line-height: 58px;
		font-weight: bold;
		letter-spacing: 2px;
		text-align: center;
	}

	.in-ban .in-ban-cata {
		display: none;
		margin-top: 40px;
	}

	.in-ban .in-ban-cata a {
		display: inline-block;
		width: auto;
		height: auto;
		border: #dddddd solid 1px;
		text-align: center;
		color: #494949;
		font-size: 14px;
		line-height: 38px;
		transition: 0.5s;
		padding: 0px 34px;
	}

	.in-ban .in-ban-cata a:hover {
		background: #a30528;
		color: #FFF;
		transition: 0.5s;
	}

	.in-ban .in-ban-more {
		display: none;

		margin-top: 54px;
		width: 257px;
		height: 131px;
		padding-top: 40px;
		background: url(../images/chakan.jpg) no-repeat center center;
		text-align: center;
		color: #ffffff;
		font-size: 14px;
		line-height: 1;
	}

	.in-ban .in-ban-more a {
		color: #ffffff;
		display: block;
	}

	/*in-list-hot*/
	.in-list-hot {
		width: 100%;

		display: grid;
		grid-template-columns: 1fr;
		grid-column-gap: 20px;
		grid-row-gap: 10px;
	}

	.in-list-hot .pic {
		width: 100%;
		height: auto;
		overflow: hidden;
	}

	.in-list-hot .pic img {
		width: 100%;
		max-width: 100%;
		max-height: 100%;
		vertical-align: middle;
		transition: 0.6s;
	}

	.in-list-hot_list:hover .pic img {
		transform: scale(1.05);
		transition: 0.6s;
	}

	.in-list-hot .bot {
		margin-top: 16px;
	}

	.in-list-hot .bot .riqi {
		float: left;
		width: 70px;
		color: #666666;
		font-size: 14px;
		line-height: 48px;
		position: relative;
	}

	.in-list-hot .bot .riqi:after {
		content: "";
		position: absolute;
		right: 0;
		top: 2px;
		width: 1px;
		height: 40px;
		background-color: #dddddd;
	}

	.in-list-hot .bot .riqi span {
		font-size: 24px;
	}

	.in-list-hot .bot .con {
		float: right;
		width: calc(100% - 80px);
	}

	.in-list-hot .bot .con .tit {
		color: #4a4a4a;
		font-size: 16px;
		line-height: 26px;
		height: 26px;
		overflow: hidden;
		font-weight: bold;
	}

	.in-list-hot .bot .con .des {
		color: #999999;
		font-size: 14px;
		line-height: 22px;
		height: 22px;
		overflow: hidden;
	}

	.in-list-hot:hover .bot .con .tit {
		color: #a30528;
	}

	.in-list-list {
		margin-top: 8px;
	}

	.in-list-list ul li {
		color: #4a4a4a;
		font-size: 14px;
		line-height: 40px;
		height: 40px;
		overflow: hidden;
		border-bottom: #eeeeee dashed 1px;
	}

	.in-list-list ul li a {
		color: #4a4a4a;
	}

	.in-list-list ul li a:hover {
		color: #a30528;
	}

	.in-list-list ul li span {
		float: right;
		color: #999999;
		font-size: 14px;
	}

	/*in-wen-ban*/
	.in-wen-ban {
		height: 42px;
		border-bottom: #dddddd solid 1px;
	}

	.in-wen-ban .tit {
		float: left;
		background: url(../images/wen-icon.png) no-repeat left center;
		padding-left: 40px;
		color: #333333;
		font-size: 18px;
		line-height: 42px;
		font-weight: bold;
	}

	.in-wen-ban .more {
		float: right;
		color: #a30528;
		font-size: 14px;
		line-height: 42px;
		margin-right: 10px;
	}

	.in-wen-ban .more a {
		color: #a30528;
	}

	.in-wen-ban .more a:hover {
		text-decoration: underline;
	}

	.in-wen-list {
		height: auto;
	}

	.in-wen-list ul li {
		padding-bottom: 6px;
	}

	.in-wen-list ul li .wen {
		border-radius: 7px;
		margin-top: 20px;
		padding: 9px 20px 9px 46px;
		background: #f2f2f2 url(../images/wen.png) no-repeat;
		background-position: 8px 13px;
	}

	.in-wen-list ul li .wen .tit {
		color: #333333;
		font-size: 14px;
		line-height: 25px;
		font-weight: bold;
		height: auto;
		overflow: hidden;
	}

	.in-wen-list ul li .da {
		border-radius: 7px;
		margin-top: 10px;
		padding: 10px 20px 12px 46px;
		background: #f2f2f2 url(../images/da.png) no-repeat;
		background-position: 8px 13px;
	}

	.in-wen-list ul li .da .des {
		color: #999999;
		font-size: 14px;
		line-height: 25px;
		height: 75px;
		overflow: hidden;
	}

	.in-wen-list ul li:hover .wen .tit {
		color: #a30528;
	}

	/*footer*/
	.footer {
		background-color: #eee;
		border-top: #a30528 solid 3px;
		padding-bottom: 10px;
		padding-top: 10px;
	}

	.f-left {
		float: left;
		width: 100%;
	}

	.f-left img {
		max-width: 100%;
		max-height: 180px;
		display: block;
		margin: 0px auto;
	}

	.f-mid {
		float: left;
		padding-left: 0px;
		padding-right: 0px;
		width: 100%;
		position: relative;
		text-align: center;
		margin-top: 30px;
	}

	.f-mid:before {
		display: none;
		content: "";
		position: absolute;
		left: 0;
		top: 0;
		width: 1px;
		height: 150px;
		background: #999;
		opacity: 0.3;
	}

	.f-mid:after {
		display: none;
		content: "";
		position: absolute;
		right: 0;
		top: 0;
		width: 1px;
		height: 150px;
		background: #999;
		opacity: 0.3;
	}

	.f-right {
		display: none;

		float: left;
		margin-left: 150px;
		width: 320px;
		padding-right: 90px;
		position: relative;
	}

	.f-right:after {
		content: "";
		position: absolute;
		right: 0;
		top: 0;
		width: 1px;
		height: 150px;
		background: #999;
		opacity: 0.3;
	}

	.f-ewm {
		float: right;
		width: 100%;
	}

	.f-ewm img {
		width: 150px;
		height: 150px;
		display: block;
		margin: 10px auto;
	}

	.f-ban {
		color: #111;
		font-size: 18px;
		line-height: 1;
		font-weight: bold;
	}

	.f-con {
		color: #333;
		font-size: 14px;
		line-height: 2;
		margin-top: 12px;
	}

	.f-con a {
		color: #333;
	}

	.f-con a:hover {
		text-decoration: underline;
	}

	.f-linker {
		color: #333;
		font-size: 14px;
		line-height: 2;
		margin-top: 12px;
	}

	.f-linker a {
		display: inline-block;
		float: left;
		width: 50%;
		color: #333;
	}

	.f-linker a:hover {
		text-decoration: underline;
	}

	/*f-copy*/
	.f-copy {
		background-color: #333333;
		color: #999999;
		font-size: 14px;
		line-height: 2;
		padding: 10px 0;
		text-align: center;
	}

	.f-copy a {
		color: #999999;
	}

	.f-copy a:hover {
		text-decoration: underline;
	}

	/*返回顶部*/
	p#top {
		position: fixed;
		display: none;
		bottom: 0px;
		right: 20px;
	}

	p#top a {
		text-align: center;
		text-decoration: none;
		color: #d1d1d1;
		display: block;
		width: 30px;
		transition: color 1s;
	}

	p#top a:hover {
		color: #979797;
	}

	p#top a span {
		background: url(../images/gotop.png) no-repeat center;
		border-radius: 6px;
		display: block;
		height: 30px;
		transition: background 1s;
	}

	#top a:hover span {
		background: url(../images/gotop.png) no-repeat center;
	}

	/*n-positon*/
	.n-positon {
		border-bottom: #dddddd solid 1px;
		color: #666666;
		font-size: 14px;
		line-height: 46px;
	}

	.n-positon a {
		color: #666666;
	}

	.n-positon a:hover {
		color: #a30528;
	}

	/*n-main*/
	.n-main {
		height: auto;
		padding-bottom: 20px;
		background-color: #f2f2f2;
	}

	.n-main img {
		max-width: 100%;
	}

	.n-show {

		font-size: 15px;
		line-height: 30px;
		color: #111;
		line-height: 2;
		box-sizing: content-box;
	}

	.n-show p {
		font-size: 14px;
		line-height: 24px;
	}

	.n-show .img-responsive {
		display: inline;
	}

	.n-tit {
		font-size: 20px;
		text-align: center;
		line-height: 34px;
		margin-top: 20px;
		padding: 0 10px;
	}

	.n-time {
		font-size: 14px;
		text-align: center;
		line-height: 18px;
		margin-top: 13px;
		color: #bababa;
	}

	.n-xian {
		border-bottom: #e4e4e4 solid 1px;
		height: 1px;
		margin-top: 20px;
	}

	.n-other {
		line-height: 24px;
		padding: 10px 0 10px 0;
		color: #888;
	}

	.n-other a {
		font-size: 14px;
	}

	.n-other a:hover {
		text-decoration: underline;
		color: #888;
	}


	.n-pro-tit {
		margin-top: 60px;
		margin-bottom: 20px;
	}

	/*n-news-list*/
	.n-news-list {
		margin-top: 20px;
	}

	.n-news-list ul li {
		float: left;
		width: 100%;
		height: auto;
		background-color: #FFF;
		margin-bottom: 2%;
		margin-right: 0%;
		padding: 2%;
	}

	.n-news-list ul li:nth-child(2n+2) {
		margin-right: 0;
	}

	.n-news-list ul li .riqi {
		display: none;

		float: left;
		width: 136px;
		height: 136px;
		border: #f2f2f2 solid 10px;
		margin-top: 37px;
		margin-left: 25px;
		text-align: center;
	}

	.n-news-list ul li .riqi .riqi-dd {
		color: #999999;
		font-size: 33px;
		line-height: 1;
		font-weight: bold;
		margin-top: 28px;
	}

	.n-news-list ul li .riqi .riqi-yymm {
		color: #999999;
		font-size: 14px;
		line-height: 1;
		margin-top: 13px;
	}

	.n-news-list ul li .con {
		float: right;
		width: 100%;
		margin-right: 0px;
	}

	.n-news-list ul li .con .tit {
		color: #333333;
		font-size: 16px;
		line-height: 35px;
		font-weight: bold;
		border-bottom: #f2f2f2 solid 1px;
		margin-top: 5px;
		background: url(../images/news-more.png) no-repeat right center;
		padding-right: 40px;
		height: auto;
		overflow: hidden;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1;
	}

	.n-news-list ul li .con .des {
		color: #999999;
		font-size: 14px;
		line-height: 24px;
		height: 72px;
		overflow: hidden;
		margin-top: 20px;
	}

	.n-news-list ul li:hover .riqi {
		border: #a30528 solid 10px;
	}

	.n-news-list ul li:hover .con .tit {
		color: #a30528;
	}

	/*n-picshow*/
	.n-picshow {
		margin-top: 20px;
		padding-bottom: 10px;
	}

	.n-picshow .pic {
		float: left;
		width: 100%;
		height: auto;
		border: #eeeeee solid 1px;
		text-align: center;
	}

	.n-picshow .pic img {
		max-width: 100%;
		max-height: 100%;
		vertical-align: middle;
	}

	.n-picshow .con {
		float: right;
		width: 100%;
	}

	.n-picshow .con .tit {
		color: #323335;
		font-size: 26px;
		line-height: 1.38;
		margin-top: 10px;
	}

	.n-picshow .con .des {
		color: #666666;
		font-size: 14px;
		line-height: 1.38;
		margin-top: 10px;
	}

	.n-picshow .con .more {
		display: inline-block;
		color: #323335;
		font-size: 16px;
		line-height: 35px;
		padding: 0 15px;
		border-radius: 5px;
		border: #5b5c5d solid 1px;
		margin-top: 20px;
	}

	/*n-canshu*/
	.n-canshu {
		padding-bottom: 50px;
		padding-top: 23px;
	}

	.n-ban {
		height: 40px;
		border-bottom: #dddddd solid 3px;
	}

	.n-ban .tit {
		color: #a30528;
		font-size: 18px;
		line-height: 40px;
		font-weight: bold;
		background: url(../images/sanjiao.png) no-repeat left center;
		position: relative;
		padding-left: 18px;
	}

	.n-ban .tit:after {
		content: "";
		position: absolute;
		left: 0;
		bottom: 0;
		width: 122px;
		height: 3px;
		background: #a30528;
	}

	.n-canshu-show {
		padding: 10px 0;
		font-size: 16px;
		color: #000000;
		line-height: 2;
	}

	.n-canshu-show img {
		max-width: 100%
	}

	/*n-xiangqing*/
	.n-xiangqing {
		background-color: #f6f6f6;
		padding-top: 23px;
		padding-bottom: 50px;
	}

	.n-xiangqing-list {
		margin-top: 48px;
	}

	.n-xiangqing-list ul li {
		float: left;
		background-color: #FFF;
		width: 532px;
		height: auto;
		padding-bottom: 36px;
		margin-bottom: 22px;
	}

	.n-xiangqing-list ul li:nth-child(3n+2) {
		margin-left: 22px;
	}

	.n-xiangqing-list ul li:nth-child(3n+3) {
		margin-left: 22px;
	}

	.n-xiangqing-list ul li .tit {
		color: #333333;
		font-size: 16px;
		line-height: 30px;
		height: 30px;
		font-weight: bold;
		text-align: center;
		margin-top: 31px;
		padding: 0 46px;
	}

	.n-xiangqing-list ul li .des {
		color: #666666;
		font-size: 14px;
		line-height: 26px;
		height: 78px;
		overflow: hidden;
		margin-top: 7px;
		padding: 0 46px;
	}

	.n-xiangqing-list ul li .pic {
		padding: 0 46px;
		height: 290px;
		margin-top: 30px;
		text-align: center;
	}

	.n-xiangqing-list ul li .pic img {
		max-width: 100%;
		max-height: 100%;
		vertical-align: middle;
	}

	/*n-fengcai*/
	.n-fengcai {
		background-color: #f6f6f6;
		padding-bottom: 50px;
	}

	.n-fengcai-list {
		height: auto;
	}

	.n-fengcai-list ul li {
		float: left;
		width: 800px;
		background-color: #FFF;
		height: 630px;
		line-height: 620px;
		overflow: hidden;
		text-align: center;
		box-shadow: 0 0 20px #ebebeb;
		margin-top: 28px;
	}

	.n-fengcai-list ul li:nth-child(even) {
		margin-left: 40px;
	}

	.n-fengcai-list ul li img {
		max-width: 96%;
		max-height: 96%;
		vertical-align: middle;
	}

	/*n-zizhi-list*/
	.n-zizhi-list {
		height: auto;
		padding-bottom: 60px;
		margin-top: 40px;
	}

	.n-zizhi-list .swiper-container {
		width: 100%;
		height: 100%
	}

	.n-zizhi-list .swiper-slide {
		text-align: center;
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		-webkit-justify-content: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		-webkit-align-items: center;
		align-items: center
	}

	.n-zizhi-list .swiper-button-next {
		opacity: 0.4;
		outline: none;
	}

	.n-zizhi-list .swiper-button-prev {
		opacity: 0.4;
		outline: none;
	}

	.n-zizhi-list .swiper-button-next:hover {
		opacity: 0.8;
	}

	.n-zizhi-list .swiper-button-prev:hover {
		opacity: 0.8;
	}

	.n-zizhi-li {
		width: 96%;
		padding: 20px 2%;
		background-color: #FFF;
		box-shadow: 0 0 20px #f1f1f1;
	}

	.n-zizhi-li img {
		max-width: 90%;
		margin: 0 auto;
		max-height: 456px;
	}

	/*n-jieshao*/
	.n-jieshao {
		height: auto;
		padding: 10px 0;
	}

	.n-jieshao-show {
		line-height: 35px;
	}

	.n-jieshao-show p {
		font-size: 15px;
		line-height: 32px;
	}

	.n-jieshao-show img {
		max-width: 100%;
		max-height: 100%;
		vertical-align: middle;
	}

	.n-jieshao-show .con {
		float: right;
		width: 756px;
	}

	.n-jieshao-show .con .tit {
		color: #4a4a4a;
		font-size: 24px;
		line-height: 1;
		font-weight: bold;
		margin-top: 61px;
	}

	.n-jieshao-show .con .des {
		color: #666666;
		font-size: 14px;
		line-height: 1.7;
		margin-top: 40px;
	}


	/*n-contact*/
	.n-contact {
		height: auto;
		padding-top: 10px;
		padding-bottom: 30px;
	}

	.n-contact_left {
		float: left;
		width: 100%;
		height: auto;
		overflow: hidden;
	}

	.n-contact_right {
		display: none;
		float: left;
		width: 100%;
		height: auto;
		overflow: hidden;
	}




	.i-case-list {
		width: 100%;
		height: auto;
		overflow: hidden;
		margin-top: 30px;
	}

	.i-case-list ul li {
		float: left;
		background-color: #FFF;
		width: 49%;
		height: auto;
		position: relative;
		overflow: hidden;
		margin-bottom: 1%;
		margin-right: 1%;
	}

	.i-case-list ul li:after {
		content: "";
		position: absolute;
		right: 30px;
		bottom: 10px;
		width: 24px;
		height: 24px;
		background: none;
	}

	.i-case-list ul li:nth-child(5n+5) {
		margin-right: 0;
	}

	.i-case-list ul li .pic {
		width: 100%;
		height: auto;
		overflow: hidden;
		text-align: center;
	}

	.i-case-list ul li .pic img {
		max-width: 100%;
		height: 180px;
		vertical-align: middle;
		border: 10px solid #fff;
		border-bottom: 0;
	}

	.i-case-list ul li .tit {
		height: auto;
		line-height: 45px;
		color: #666666;
		font-size: 14px;
		padding: 0 10px;
		border-top: 1px solid #fff;
		text-align: center;
	}

	.i-case-list ul li .con {
		position: absolute;
		bottom: -46px;
		left: 0;
		width: 100%;
		height: 46px;
		background: #a30528;
		transition: 0.5s;
	}

	.i-case-list ul li .con .con-tit {
		color: #ffffff;
		font-size: 16px;
		line-height: 46px;
		height: 46px;
		overflow: hidden;
		font-weight: bold;
		position: relative;
		padding: 0px 32px 0 32px;
		text-align: center;
	}

	.i-case-list ul li .con .con-tit:after {
		/* content: "";
		position: absolute;
		left: 32px;
		bottom: 0;
		width: 51px;
		height: 4px;
		background-color: #ffffff; */
	}

	.i-case-list ul li .con .con-des {
		color: #ffffff;
		font-size: 14px;
		line-height: 23px;
		height: 69px;
		overflow: hidden;
		margin-top: 22px;
		padding: 0 32px;
	}

	.i-case-list ul li:hover:after {
		background: url(../images/pro-more2.png) no-repeat;
	}

	.i-case-list ul li:hover .con {
		bottom: 0;
		transition: 0.5s;
	}



}


@media (min-width: 993px) {
	.header .nav {
		display: block !important;
	}

}</pre></body></html>